diff options
Diffstat (limited to '')
| -rw-r--r-- | apps/web/app/invite/[token]/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/invite/[token]/page.tsx b/apps/web/app/invite/[token]/page.tsx index 874146fc..caa04056 100644 --- a/apps/web/app/invite/[token]/page.tsx +++ b/apps/web/app/invite/[token]/page.tsx @@ -16,7 +16,7 @@ export default async function InvitePage({ params }: InvitePageProps) { } return ( - <div className="flex min-h-screen items-center justify-center bg-gray-50 px-4 py-12 sm:px-6 lg:px-8"> + <div className="flex min-h-screen items-center justify-center bg-background px-4 py-12 sm:px-6 lg:px-8"> <div className="w-full max-w-md space-y-8"> <div className="flex items-center justify-center"> <KarakeepLogo height={80} /> |
